home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Environments / MacPerltext < prev    next >
Text File  |  1994-07-21  |  4KB  |  65 lines

  1. Yes, fellow UNIX dweebs, it's MacPerl!
  2. In standalone application and MPW-tool incarnations.
  3. Complete source code is available from the ftp sites listed below.
  4.  
  5. For the uninitiated, Perl is the be-all end-all of UNIX scripting languages, encompassing the functionality of the standard shell scripting languages, plus awk, sed, grep, dbm, and a few extra goodies for the Mac.  Do not attempt to use this without first becoming familiar with the Perl language, i.e. read the "camel book" from O'Reilly Associates, aka The Perl Programming Language  by Larry Wall and Randall Schwartz.  For current information about Perl, see the Usenet group comp.lang.perl.
  6.  
  7. Excerpts from the documentation follow:
  8.  
  9. COMMENTS ON THE STANDALONE APPLICATION
  10.  
  11. The user interface has been completely redone:
  12.  
  13. - The application is AppleScriptable
  14. - Publishers and Subscribers are supported
  15. - Balloon help is supported (try pointing the mouse at some text like "print")
  16. - Online help supported by selecting text and pressing Command-H.
  17. - The perl debugger runs in a separate window, as does the debug log.
  18.  
  19. System Requirements
  20.  
  21. Perl might run on any Mac with at least 4 Megabytes of RAM. If you experience anything different, tell us.
  22.  
  23.  
  24. WELCOME TO MPW PERL
  25.  
  26. This is Perl for the Mac, ported to MPW C by Matthias Neeracher <neeri@iis.ee.ethz.ch> and Tim Endres <time@ice.com>. It runs every program in the test suite that you could it reasonably expect to, and some you probably didn't expect. Feel free to give this program away according to the terms stated in the README file.
  27.  
  28. System Requirements
  29.  
  30. Perl really likes MPW. The standalone version is not much use yet.  Some of the  really cool features require ToolServer, System 7, and enough RAM (Notably stuff like `CFront MacApp.cp`, while (<≈.c>) or open(XXX, "Catenate ≈.c |")) Some of the files barely compile with 5 megabytes of RAM. MPW C 3.2.4 is the latest version of MPW C that has been used for rebuilding this release of Perl.
  31.  
  32. Bugs, Suggestions, Damnations
  33.  
  34. Please send your bug reports and/or fixes to <neeri@iis.ethz.ch> (It is rather unlikely that any of the bugs are relevant to the UNIX version).  Note that MPW Perl is neither developed nor supported by Apple Computer, Inc.
  35.  
  36. Mailing list
  37.  
  38. There is now a mailing list for announcing new releases, sharing scripts, and discussions about how to make MPW Perl change your life. To subscribe, send a mail to <mpw-perl-request@iis.ee.ethz.ch>
  39.  
  40. Ftp sites
  41.  
  42. If you have internet access, you can obtain the newest versions of Perl by anonymous ftp from one of the following addresses:
  43.  
  44. nic.switch.ch [130.59.1.40]       software/mac/perl
  45. ftp.eunet.ch  [146.228.10.15]     software/mac/perl
  46.  
  47. Revision History
  48.  
  49. 23Oct93    4.1.0
  50.  
  51. - Unifed version for E.T.O. and non-E.T.O. release.
  52. - The standalone application has been completely rewritten and now supports:
  53.   - A separate window for the debugger
  54.   - Built-in support for creating Droplet applications and Runtimes for both
  55.     System 6 and System 7.
  56.   - Online Help, including balloons for all Perl commands.
  57.   - Recordability and scriptability from AppleScript.
  58.   - A cool new suite of icons (don't forget to rebuild the desktop file after 
  59.     installing if you had an old version of MacPerl installed).
  60.   
  61.   I have tried to credit all people who contributed to the development of Perl in the About box. If you feel left out, feel free to drop me a note :-)
  62. - Disk based associative arrays are supported again.
  63. - All Mac specific commands are renamed again (maybe this time for good).
  64. - AppleScript is supported through the &MacPerl'DoAppleScript command.
  65.